home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / flilib.zip / README < prev    next >
Text File  |  1990-02-20  |  2KB  |  49 lines

  1.  
  2. Fli.lib is a library of routines for creating and playing Autodesk Animator
  3. compatible .fli files.   Fli.lib was developed with Turbo C and has also
  4. been tested with Microsoft C.  It is a large model library.  A detailed
  5. description of fli.lib is in flidoc.txt.  flidoc.txt also includes byte-by-byte
  6. descriptions of most of the file formats used in the Autodesk Animator.
  7.  
  8. Fli.lib and the associated source and documentation files are 
  9. Copyright 1990 Dancing Flame, San Francisco.  Permission is granted
  10. to distribute fli.lib and to use fli.lib in any non-commercial program.   
  11. If you would like to use fli.lib in a commercial program please contact 
  12. Dancing Flame.  The normal licensing fee is the retail price of 5 copies 
  13. of the program you are selling.
  14.  
  15. For a printed copy of the documentation and copies of the library
  16. on floppy disk (please specify 3 1/2 inch or 5 1/4 inch format)
  17. please send a check or money order for $40.00 to:
  18.             
  19.             Dancing Flame
  20.             3312 16th St.
  21.             San Francisco, CA 94114.
  22.             (415) 861-6119
  23.  
  24. Dancing Flame is a small company dedicated to animation software and
  25. graphic simulations.   We keep odd hours and often go on unannounced
  26. vacations.   There is no phone answering machine.   You are likely to
  27. get answers to your questions as quickly by mail as by phone.  However
  28. if you must call you are more likely to get an answer from 1:00 to 6:00
  29. in the afternoon, or on Fridays.  If you have a BIX account, mail to
  30. jim_kent usually is answered in a day or two.
  31.  
  32. The source to fli.lib is broken up into many small modules (58 in all)
  33. so that programs that do not use much of the fli.lib will not be burdened
  34. with excess code.  Normally the linker will handle which modules to
  35. include for you, and you need not even look at the source.  However if your 
  36. programming environment is not compatible with Turbo C large model libraries
  37. or in other ways is unusual you may have to explore the sources.  (You
  38. may be just curious for that matter.)  To assist this there is a tags
  39. file included in the source archive which lists all C global symbols
  40. alphabetically, and what file they are in.
  41.  
  42.  
  43. Thank you very much.  I hope the fli.lib is useful to you.
  44.  
  45.             -Jim Kent
  46.  
  47.  
  48.  
  49.